From: Chao Gao Date: Fri, 7 Apr 2017 10:06:18 +0000 (+0200) Subject: x86/hvm: make io.h self-contained X-Git-Tag: archive/raspbian/4.11.1-1+rpi1~1^2~66^2~2294 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/%22bookmarks://%22Dat/%22http:/www.example.com/cgi/%22https:/%22bookmarks:/%22Dat?a=commitdiff_plain;h=60bbae0502003e90886bf84758d695b88c1763d7;p=xen.git x86/hvm: make io.h self-contained io.h uses structure npfec without including the file xen/mm.h where the structure is defined. Signed-off-by: Chao Gao Reviewed-by: Paul Durrant --- diff --git a/xen/include/asm-x86/hvm/io.h b/xen/include/asm-x86/hvm/io.h index 5ae9225baa..2484eb1c75 100644 --- a/xen/include/asm-x86/hvm/io.h +++ b/xen/include/asm-x86/hvm/io.h @@ -19,6 +19,7 @@ #ifndef __ASM_X86_HVM_IO_H__ #define __ASM_X86_HVM_IO_H__ +#include #include #include #include